In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR / GetBlockType Method

GetBlockType Method (IGdPictureOCR)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(34)>

Function GetBlockType( _

   ByVal OCRResultID As String, _

   ByVal BlockIdx As Integer _

) As OCRBlockType
[DispId(34)]

OCRBlockType GetBlockType( 

   string OCRResultID,

   int BlockIdx

)
function GetBlockType( 

    OCRResultID: String;

    BlockIdx: Integer

): OCRBlockType; 
DispIdAttribute(34)

function GetBlockType( 

   OCRResultID : String,

   BlockIdx : int

) : OCRBlockType;
[DispId(34)]

OCRBlockType GetBlockType( 

   string* OCRResultID,

   int BlockIdx

) 
[DispId(34)]

OCRBlockType GetBlockType( 

   String^ OCRResultID,

   int BlockIdx

) 

Parameters

OCRResultID
BlockIdx
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureOCR
IGdPictureOCR Members